* {
    padding: 0;
    margin: 0;
    font-family: 'Microsoft YaHei', arial, helvetica, clean, sans-serif;
    font-size: 100px;
}

body {
    font: 14px/1.231 'Microsoft YaHei', arial, helvetica, clean, sans-serif;
    color: #333;
    margin: 0;
    line-height: 1.5;
    font-size: 100px;
    width: 100%;
    overflow-x: hidden;
}

*:before,
*:after {
    box-sizing: content-box;
}

:focus {
    outline: 1;
}

article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary {
    display: block;
}

a {
    color: #333;
    text-decoration: none;
}

a:link,
a:hover,
a:active,
a:visited {
    text-decoration: none;
}

ins {
    background-color: #ff9;
    color: #000;
    text-decoration: none;
}

mark {
    background-color: #ff9;
    color: #000;
    font-style: italic;
    font-weight: bold;
}

del {
    text-decoration: line-through;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #cccccc;
    margin: 1em 0;
    padding: 0;
}

input,
select {
    vertical-align: middle;
}

li,
ul {
    list-style-type: none;
}

img {
    border: none;
}

input,
textarea {
    outline: 0;
    border: 0;
    resize: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
dl,
dd,
dt,
i,
em {
    font-weight: normal;
    font-style: normal;
    font-size: 0.14rem;
}

p,
span,
i,
u,
a,
img,
ul,
li,
div,
br,
b {
    font-size: 0.14rem;
}

.left {
    float: left;
}

.right {
    float: right;
}

.clearboth {
    clear: both;
}

.container1 {
    width: 100%;
    padding: 0 8%;
    box-sizing: border-box;
}

.header {
    width: 100%;
    height: 1rem;
    position: relative;
    z-index: 2;
    transition: 0.5s;
    border-bottom: 1px solid rgba(255, 255, 255, .3);
    background: #15569d;
    -webkit-transition: .5s;
    transition: .5s;
}

.header .container {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
    width: 100%;
    padding: 0 8%;
    box-sizing: border-box;
}

.headerLogo {
    flex: 0 0 18%;
    justify-content: center;
    float: left;
    width: 18%;
    height: 1rem;
    border-right: 1px solid rgba(255, 255, 255, .3);
}

.headerLogoBox {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
    height: 1rem;
}

.header .container .logo {
    flex: 0 0 100%;
    justify-content: center;
    float: left;
    width: 100%;

}


.logoName {
    flex: 0 0 52.77%;
    justify-content: center;
    float: left;
    width: 52.77%;

    box-sizing: border-box;
    border-left: 1px solid #ccc;
}

.logoName h1 {
    font-size: 0.24rem;
    font-weight: bold;

}

.header .container .logo a {
    width: 100%;
    display: block;
}

.header .container .logo a img {
    width: 100%;
    display: block;
    padding-right: 0.2rem;
    box-sizing: border-box;
}

.header .container .nav {
    flex: 1;
    border-right: 1px solid rgba(255, 255, 255, .3);
}

.header .container .nav ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.header .container .nav ul li {
    flex: 1;
    position: relative;
}

.header .container .nav ul li a.navTop {
    display: block;
    font-size: 0.16rem;
    line-height: 1rem;
    height: 1rem;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    -webkit-transition: .5s;
    transition: .5s;
    color: #fff;
}

.header .container .nav ul li:hover .navTop {
    color: #fff;
    background: #f39802;
    border-radius: 0 0 0.1rem 0.1rem;

}

.header .container .nav ul li.active a.navTop {
    color: #fff;
    background: #f39802;
    border-radius: 0 0 0.1rem 0.1rem;

}





.header .container .nav ul li .navCenter {
    display: none;
    position: absolute;
    top: 1rem;
    left: 0;
    width: 100%;
    box-shadow: 0 0px 6px 3px rgba(0, 0, 0, 0.1);
}

.header .container .nav ul li .navCenter p {
    -webkit-transition: 0.5s;
    transition: 0.5s;
    line-height: 0.4rem;
    background: #ededed;
}

.header .container .nav ul li .navCenter p a {
    line-height: 0.4rem;
    display: block;
    text-align: center;
    font-size: 0.15rem;
    color: #333;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.header .container .nav ul li .navCenter p:hover {
    background: #f39802;
}

.header .container .nav ul li .navCenter p:hover a {
    color: #fff;
}

.header .container .headerTel {
    flex: 0 0 2.4rem;
    justify-content: center;
    float: left;
    width: 2.4rem;
    padding-left: 0.2rem;
}

.header .container .headerTel .headerTelBox {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
}

.header .container .headerTel .headerTelBox img {
    flex: 0 0.19rem;
    justify-content: center;
    float: left;
    width: 0.19rem;
    height: 0.19rem;
}

.header .container .headerTel .headerTelBox .headerTelText {
    flex: 1;
}

.header .container .headerTel .headerTelBox .headerTelText span {
    text-align: right;
    font-size: 0.14rem;
    color: #666;
    line-height: 1.2;
    padding-left: 0.1rem;
}

.header .container .headerTel .headerTelBox .headerTelText p {
    padding-left: 0.1rem;
    font-size: 0.28rem;
    color: #f39802;
    line-height: 1.2;
    font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
}



.headerMenu {
    display: none;
}

.title .titleTop {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.title .titleTop .titleTopL {
    position: relative;
}

.title .titleTop .titleTopL h3 {
    font-size: 0.42rem;
    position: relative;
    line-height: 1;
    z-index: 2;
    color: #000;
}

.title .titleTop .titleTopL i {
    width: 100%;
    height: 8px;
    background: #eecf1d;
    position: absolute;
    bottom: -3px;
    left: 0;
}

.title .titleTop .titleTopR {
    padding-left: 0.11rem;
    margin-top: 4px;
}

.title .titleTop .titleTopR h4 {
    font-size: 0.2rem;
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    color: #b2b2b2;
    line-height: 1;
    font-weight: bold;
    text-transform: uppercase;
}

.title .titleBottom {
    padding-top: 0.24rem;
    text-align: center;
    font-size: 0.18rem;
    color: #4c4c4c;
    line-height: 1;
}

.footer {
    padding-top: 0.58rem;
    background: url(../images/footerBg.jpg) no-repeat center;
    background-size: cover;
}

.footer .footerTop {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-bottom: 0.46rem;
}

.footer .footerTop .footerTopL {
    flex: 0 0 67%;
    justify-content: center;
    float: left;
    width: 67%;
    border-right: 1px solid #ccc;
}

.footer .footerTop .footerTopL ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
}

.footer .footerTop .footerTopL ul li {
    flex: 0 0 19%;
    justify-content: center;
    float: left;
    width: 19%;
}

.footer .footerTop .footerTopL ul li p {
    display: block;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 0.16rem;
    padding-bottom: 0.2rem;
}

.footer .footerTop .footerTopL ul li p a {
    display: block;
    width: 100%;
    font-size: 0.18rem;
    color: #ccc;
}

.footer .footerTop .footerTopL ul li i {
    display: block;
    width: 100%;
    line-height: 0.32rem;
    color: #808080;
}

.footer .footerTop .footerTopL ul li i a {
    display: block;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #808080;
}

.footer .footerTop .footerTopR {
    flex: 0 0 27%;
    justify-content: center;
    float: left;
    width: 27%;
}

.footer .footerTop .footerTopR h4 {
    font-size: 0.18rem;
    line-height: 1;
    line-height: 0.32rem;
    color: #fff;
}

.footer .footerTop .footerTopR p {
    background: url(../images/footer_icon1.png) no-repeat center left;
    font-size: 0.14rem;
    padding-left: 0.2rem;
    padding: 0.3rem 0 0.3rem 0.2rem;
    color: #fff;
}

.footer .footerTop .footerTopR a {
    width: 1.35rem;
    height: 0.45rem;
    line-height: 0.45rem;
    background: #15569d url(../images/footer_icon4.png) no-repeat 15% center;
    font-size: 0.14rem;
    color: #fff;
    display: block;
    text-indent: 4em;
}

.footer .footerBottom {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-bottom: 0.4rem;
}

.footer .footerBottom .footerBottomL {
    flex: 0 0 63%;
    justify-content: center;
    float: left;
    width: 63%;
    font-size: 0.14rem;
    line-height: 0.35rem;
    color: #cccccc;
}

.footer .footerBottom .footerBottomL .footerBottomLBox {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.footer .footerBottom .footerBottomL .footerBottomLBox .footerBottomLr p {
    line-height: 0.3rem;
}

.footer .footerBottom .footerBottomL a {
    color: #cccccc;
}

.footer .footerBottom .footerBottomR {
    flex: 0 0 30%;
    justify-content: center;
    float: left;
    width: 30%;
}

.footer .footerBottom .footerBottomR ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    justify-content: center;
}

.footer .footerBottom .footerBottomR ul li {
    flex: 0 0 26%;
    justify-content: center;
    float: left;
    width: 26%;
    margin: 0 0.2rem;
}

.footer .footerBottom .footerBottomR ul li img {
    display: block;
    width: 100%;
    box-sizing: border-box;
}




.footerBar {
    display: none;
}

.header.headerOn {
    position: fixed;
    transition: 0.5s;
    background: #15569d ;
    z-index: 9999;
}

.header.headerOn .headerLogo {
    border-right: 1px solid rgba(0, 0, 0, .1);
}

.header.headerOn .container .nav {
    border-right: 1px solid rgba(0, 0, 0, .1);
}

.fooNav{
    display: none;
}


@media (max-width: 1200px) {
    .container {
        padding: 0 0.15rem;
    }

    .logoName {
        display: none;
    }

    .headerLogo {
        height: 0.5rem;
    }

    .headerLogoBox {
        height: 0.5rem;
    }

    .header {
        width: 100%;
        height: 0.5rem;
        z-index: 99999999999999999999999999999999;
    }

    .header .container {
        padding: 0 0.15rem;
    }

    .Hncontainer {
        width: 96%;
    }

    .header .logo {
        width: 34%;
    }

    .headerDwy {
        display: none;
    }

    .header {
        position: relative;
        top: 0;
        left: 0;
    }

    .header .container .logo {
        flex: 1;
        height: 0.5rem;
    }

    .header .container .logo a img {
        height: 0.5rem;
        display: block;
        width: auto;
        padding: 0.05rem 0;
    }

    .header .container .nav ul li .navCenter p:hover {
        background: transparent;
    }



    .header .headerDmap {
        height: 0.5rem;
        width: 33%;
        line-height: 0.5rem;
        font-size: 0.14rem;
    }

    .header .headerDmap a {
        font-size: 0.14rem;
    }

    .container1 {
        padding: 0 0.15rem;
    }

    .header {
        background: #15569d;
    }

    .headerLogo {
        flex: 1;
        border: 0;
    }

    .header .container .nav ul li.active a.navTop {
        background: transparent;
    }

    .header .container .headerTel {
        display: none;
    }

    .header .container .nav {
        position: absolute;
        width: 100%;
        top: 0.5rem;
        background: rgba(0, 0, 0, 0.8);
        left: 0;
        padding: 0;
        display: none;
    }

    .header .container .nav ul {
        padding-bottom: 0.3rem;
    }

    .header .container .nav ul li {
        flex: 0 0 100%;
        justify-content: center;
        float: left;
        width: 100%;
    }

    .header .container .nav ul li a {
        color: #fff;
    }

    .headerMenu.on i {
        transform: rotate(45deg);
        top: 10px;
    }

    .headerMenu.on b {
        transform: rotate(-45deg);
        top: 10px;
    }

    .headerMenu.on::after {
        content: "";
        background: transparent;
    }

    .header .container .nav ul li a.navTop {
        line-height: 0.5rem;
        height: 0.5rem;
        position: relative;
    }


    .headerMenu {
        display: block;
        flex: 0 0 33%;
        justify-content: center;
        float: left;
        width: 33%;
        text-align: right;
        box-sizing: border-box;
        height: 0.16rem;
        position: relative;
    }

    .headerMenu::after {
        content: "";
        width: 0.24rem;
        height: 2px;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        background: #f39802;
        right: 0rem;
    }

    .headerMenu i {
        display: inline-block;
        position: absolute;
        right: 0rem;
        width: 0.24rem;
        height: 0.02rem;
        background: #f39802;
        -webkit-transition: 0.5s;
        transition: 0.5s;
    }

    .headerMenu b {
        display: inline-block;
        position: absolute;
        right: 0rem;
        width: 0.24rem;
        height: 0.02rem;
        background: #f39802;
        -webkit-transition: 0.5s;
        transition: 0.5s;
        top: 0.14rem;
    }

    .header .container .nav ul li {
        position: relative;
    }

    .header .container .nav ul li::after {
        content: ">";
        position: absolute;
        top: 0;
        line-height: 0.5rem;
        font-size: 0.18rem;
        right: 0.2rem;
        color: #fff;
    }

    .header .container .nav ul li:nth-child(1)::after {
        display: none;
    }

    .header .container .nav ul li.active a.navTop {
        color: #fff;
    }

    .header .container .nav ul li a.navTop {
        text-align: left;
    }

    .header .container .nav ul li {
        padding: 0 0.2rem;
        border-bottom: 1px solid #777;
        padding-right: 40%;
        box-sizing: border-box;
    }

    .header .container .nav ul li .navCenter {
        position: relative;
        top: 0;
        left: 0;
        background: transparent;
        box-shadow: 0 0px 5px 0px rgba(0, 0, 0, 0.1);
        color: #fff;
        padding-bottom: 10px;
    }

    .header .container .nav ul li .navCenter p {
        background: transparent;
    }

    .header .container .nav ul li .navCenter p a {
        color: #fff;
        text-align: left;
        font-size: 0.14rem;
        padding-left: 0.1rem;
    }

    .header .container .nav ul li a.navTop {
        background: transparent;
        color: #fff;
    }

    .header .container .nav ul li:hover .navTop {
        background: transparent;
        color: #fff;
    }

    .header .container .nav {
        position: absolute;
        width: 100%;
        top: 0.5rem;
        background: rgba(0, 0, 0, 0.6);
        left: 0;
        padding: 0;
        display: none;
    }

    .footer .footerTop .footerTopL {
        display: none;
    }

    .footer .footerTop .footerTopR {
        flex: 0 0 100%;
        justify-content: center;
        float: left;
        width: 100%;
    }

    .footer .footerBottom .footerBottomL {
        flex: 0 0 100%;
        justify-content: center;
        float: left;
        width: 100%;
    }

    .footer .footerTop {
        padding-bottom: 0.2rem;
    }

    .footer .footerBottom .footerBottomR {
        flex: 0 0 100%;
        justify-content: center;
        float: left;
        width: 100%;
        justify-content: space-between;
    }

    .footer .footerBottom .footerBottomR ul {
        justify-content: space-between;
    }

    .footer .footerBottom .footerBottomR ul li {
        margin: 0;
        flex: 0 0 45%;
        justify-content: center;
        float: left;
        width: 45%;
        margin-top: 0.3rem;
    }

    .footer .footerBottom .footerBottomL img {
        display: none;
    }

    #wjdh-kefu {
        display: none;
    }

    .bannerText img {
        width: 50%;
    }

    .fooNav {
        display: block;
      }
    
    
      .fooNav .fooNavA {
        position: fixed;
        z-index: 999;
        width: 100%;
        bottom: 0px;
        height: 64px;
        background-color: #15499a;
        border-radius: 10px 10px 0 0;
        box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 20px;
      }
    
      .fooNav .fooNavA a {
        width: 20%;
        height: 64px;
        text-align: center;
        padding-top: 8px;
        float: left;
      }
    
      .fooNav .fooNavA a:first-child {
        background: none;
      }
    
      .fooNav .fooNavA a:nth-child(3) {
        margin-left: 20%;
      }
    
      .fooNav .fooNavA a i {
        width: 25px;
        height: 25px;
        margin: auto;
        display: block;
      }
    
      .fooNav .fooNavA a i img {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: contain;
      }
    
      .fooNav .fooNavA a span {
        display: block;
        font-size: 16px;
        color: rgb(255, 255, 255);
        font-size: 14px;
        margin-top: 3px;
      }
    
      .fooNav .fooNavA .returnTop {
        width: 46px;
        height: 46px;
        background: url("../images/returnTop.png") center center / 100% 100% no-repeat rgb(255, 255, 255);
        box-shadow: rgba(0, 0, 0, 0.18) 0px 10px 20px 0px;
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -100%);
        border-radius: 100%;
      }
    
      .fooNav .fooNavA .returnTop::before {
        content: "";
        display: block;
        position: absolute;
        bottom: -18px;
        left: 50%;
        width: 42px;
        transform: translateX(-50%);
        height: 4px;
        background-color: rgb(255, 255, 255);
        border-radius: 4px;
      }

      .footer{
        padding-bottom: 58px;
      }

      .header .container{
        position: relative;
        background: #15499a;
        z-index: 9999999999999999999;
      }

      .banner .bannerL,
      .banner .bannerR{
        display: none;
      }

      .footer .footerBottom .footerBottomR{
        display: none;
      }

      .footer .footerBottom .footerBottomL .footerBottomLBox .footerBottomLr p{
        display: none;
      }
    
      .footer .footerBottom .footerBottomL .footerBottomLBox .footerBottomLr p:nth-child(1),
      .footer .footerBottom .footerBottomL .footerBottomLBox .footerBottomLr p:nth-child(2){
        display: block;
      }
}